Release 10.1A: OpenEdge Development:
ADM Reference
serverContainedSendRows
A procedure that receives the SmartDataObject ObjectName and runs SendRows in that, returning the RowObject table. Server-side SmartBusinessObject version of serverSendRows.
Location: sbo.p Parameters:INPUT piStartRow AS INTEGERThe RowNum value of the record to start the batch to return. Typically piStartRow is
?as a flag to use pcRowIdent instead of piStartRow.INPUT pcRowIdent AS CHARACTERThe RowIdent of the first record of the batch to return. Can also be FIRST or LAST to force the retrieval of the first (or last) batch of RowObject records.
INPUT plNext AS LOGICALTRUE if serverSendRows() is to start on the record after the one indicated by piStartRow or piRowIdent.
INPUT piRowsToReturn AS INTEGERThe number of rows in a batch.
INPUT pcObjectName AS CHARACTERThe ObjectName of the SmartDataObject to get data from.
OUTPUT piRowsReturned AS INTEGERThe actual number of rows returned. This number is either the same as piRowsToReturn or less when there are not enough records to fill up the batch.
OUTPUT TABLE-HANDLE phRowObjectThe batch of rows in the RowObject table.
Notes: None
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |